home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / telewords / Source / Makefile next >
Makefile  |  1996-03-03  |  223b  |  8 lines

  1. all:    telewords telenum
  2.  
  3. telewords: telewords.c
  4.     cc -arch i386 -arch m68k -arch sparc -arch hppa -s -O telewords.c -o telewords
  5.  
  6. telenum: telenum.c
  7.     cc -arch i386 -arch m68k -arch sparc -arch hppa -s -O telenum.c -o telenum
  8.